func github.com/golang/mock/gomock.newCall

2 uses

	github.com/golang/mock/gomock (current package)
		call.go#L49: func newCall(t TestHelper, receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
		controller.go#L206: 	call := newCall(ctrl.T, receiver, method, methodType, args...)